home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / CHIP_CD_2003-11.iso / software / animfx / setupanimfx.exe / #setuppath# / Anim-FX.exe / scripts / DefineButton2_30 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2003-09-25  |  141 b   |  7 lines

  1. on(press){
  2.    movie = "radio";
  3.    effect = 600;
  4.    _root.label600 = "Radio";
  5.    loadMovie(movie add ".swf","_root.effectholder600");
  6. }
  7.